PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / setIsSorter Method
True if the field's option items shall be sorted alphabetically.
In This Topic
    setIsSorter Method
    In This Topic
    Sets a value indicating whether the field's option items shall be sorted alphabetically.
    Syntax
    public void setIsSorter( 
       boolean value
    )

    Parameters

    value
    True if the field's option items shall be sorted alphabetically.
    See Also